@charset "UTF-8";
@pc:1920;
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.eot');
  src: url('../fonts/Roboto.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto.woff2') format('woff2'),
  url('../fonts/Roboto.woff') format('woff'),
  url('../fonts/Roboto.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ALD401I';
  src: url('../fonts/ALD401I.eot');
  src: url('../fonts/ALD401I.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ALD401I.woff2') format('woff2'),
  url('../fonts/ALD401I.woff') format('woff'),
  url('../fonts/ALD401I.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --aprimary:#fff; /* 主色调、链接*/
  --cprimary:#f2f2f2; /*辅色调*/
  --bgprimary:#cf0010;
  --words: #434342;  /*大部分文字、深色文字*/
  --lightWords: #666; /*少部分文字、浅色文字*/
  --lanse: #136dbc;
  --defaultcolor:#cf0010;
  --white:#fff;
  --black:#000;
  --hongse:#b90b17;
  --blacktm:rgba(0,0,0,0.5);
  --whitetm:rgba(255,255,255,0.5);
  --bg:rgba(0,0,0,0.4);
  --bodybg:#fff;
  --fontfamily:"Microsoft Yahei","Open Sans", sans-serif;
  --fonthfamily: "Roboto","Microsoft Yahei", sans-serif;
  --titlefamily: "ALD401I","Microsoft Yahei", sans-serif;
  --fontsize:16px;
}
@-webkit-keyframes animate-preloader{ 0%{transform:rotate(0)} 100%{transform:rotate(360deg)} }
@keyframes animate-preloader{0%{transform:rotate(0)} 100%{transform:rotate(360deg)} }
html{overflow-x:hidden;font-size:var(--fontsize);font-family:var(--fonthfamily);}
body{font-family:var(--fonthfamily);color:var(--words);font-size:0.875rem;background:var(--bodybg); position: relative;}
a{color:var(--words);text-decoration:none;font-size:0.875rem;}
a:focus,a:hover{color:var(--lightWords);text-decoration:none;transition:.3s all}
ul{margin:0;padding:0}
ul li{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:var(--fonthfamily)}
img{max-width:100%;height:auto}
.clear{clear:both}
.text-truncate-2{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.text-truncate-3{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}
.text-truncate-4{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}
.bigpicture，.picturebox，.picturebgbox{position:relative;z-index:1;overflow:hidden}
.bigpicture img{overflow:hidden;transform:scale(1);width:100%;transition:all 2s ease .5s}
.bigpicture:hover img{transform:scale(1.2)}
.picturebox .pic{position:relative;width:100%;height:0;padding-bottom:100%;overflow:hidden}
.picturebox .pic .masking{display:none;position:absolute;z-index:1000;width:100%;height:100%;text-align:center;line-height:100%;background:var(--bg);color:#fff;font-size:2.5rem}
.picturebox .pic img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:100%;transition:all 2s ease .5s}
.picturebox:hover .pic img{transform:translate(-50%,-50%) scale(1.2)}
.picturebox:hover .pic .masking{display:flex;align-items:center;justify-content:center}
.picturesbox .pic{position:relative;width:100%;height:0;padding-bottom:100%;overflow:hidden}
.picturesbox .pic img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;transition:all 2s ease .5s}
.picturesbox:hover .pic img{transform:translate(-50%,-50%);}
.picturesbox .picbg{ background-color:var(--bgprimary);}
.picturebgbox .pic{position:relative;z-index:1;width:100%;height:0;padding-bottom:100%;overflow:hidden;transform:scale(1);width:100%;transition:all 2s ease .5s}
.picturebgbox:hover .pic{transform:scale(1.2)}
.picturebgbox .pic img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;transition:all 2s ease .5s}
.picturebgbox:hover .pic img{transform:translate(-50%,-50%)}

.product-image .pic-1{opacity:1;transform:rotateY(0);transform-origin:center;backface-visibility:hidden;transition:transform 0.5s,opacity 0.2s;}
.product-card:hover .product-image .pic-1{transform:rotateY(-70deg);opacity:0;}
.product-image .pic-2{width:100%;height:100%;transform-origin:center;transform:rotateY(70deg);backface-visibility:hidden;top:0;left:0;opacity:0;transition:transform 0.5s,opacity 0.2s ; position: absolute;}
.product-card:hover .product-image .pic-2{transform:rotateY(0deg);opacity:1;}

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;overflow:hidden;background:var(--white)}
#preloader:before{content:"";position:fixed;top:calc(50% - 30px);left:calc(50% - 30px);border:6px solid var(--defaultcolor);border-top-color:var(--white);border-radius:50%;width:60px;height:60px;-webkit-animation:animate-preloader 1s linear infinite;animation:animate-preloader 1s linear infinite}
.back-to-top{position:fixed;visibility:hidden;opacity:0;right:1rem;bottom:1rem;z-index:996;background:var(--black);width:2.5rem;height:2.5rem;border-radius:4px;transition:all .4s}
.back-to-top i{font-size:2rem;color:var(--white);line-height:0}
.back-to-top.active{visibility:visible;opacity:1;background:var(--black);color:var(--white)}
.back-to-top:hover{background:var(--defaultcolor);color:var(--white)}
#header{background:var(--white);transition:all .5s;z-index:997;padding:0 0;top:0;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);border-bottom: 1px solid #d6d1d1;}
#header.header-scrolled{top:0}
#header .logo{line-height:6.75rem;overflow:hidden;margin:0;padding:0.5rem 0;}
#header .logo img{max-height:6.75rem;margin:0}
.navbar{padding:0}
.navbar ul.navul,.navbar.navdiv{width:100%!important}
.navbar ul{margin:0;padding:0;display:flex;list-style:none;align-items:center}
.navbar ul li{position:relative;}
.navbar .nav-links a{ font-size: 1.25rem;}
.navbar a.nav-link,.navbar a.nav-link:focus{padding:0 1.5rem;line-height:7.25rem;color:var(--words);white-space:normal;transition:.3s;text-transform:uppercase;font-weight:500}
.navbar a.nav-link i,.navbar a.nav-link:focus i{font-size:.75rem;line-height:0;margin-left:5px}
.navbar .active,.navbar .active:focus,.navbar a:hover,.navbar li:hover>a,.navbar a.nav-link.active{color:var(--white);background:var(--bgprimary)}
/*
.navbar a.nav-link:before{content:'';position:absolute;top:0;left:50%;width:0;height:2px;background:#e0c6b8;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.navbar .active::before,.navbar a.nav-link:hover::before{left:0;width:100%}
.navbar a.nav-link:hover:before,.navbar a.nav-link.active:before,{color:#000; }
*/
.navbar .dropdown ul{display:block;position:absolute;left:0;width:100%;top:calc(100% + 30px);margin:0;padding:0 0;z-index:9999;opacity:0;visibility:hidden;transition:.3s;border-radius:0; border: none; min-width: 100%;}
.navbar .dropdown ul a{text-transform:none; padding: 0; line-height:3rem;border-top: 1px #dbe6f0 solid;}
.navbar .dropdown ul li{width:100%; position: relative; padding:0 0;background:var(--whitetm);}
.navbar .dropdown.language .dropdown-menu{min-width: auto;}
.navbar .dropdown ul a i,.navbar .dropdown.language .dropdown-menu a{padding:0 1rem; line-height: 2rem;}
.navbar .dropdown ul .active:hover,.navbar .dropdown ul a:hover,.navbar .dropdown ul li:hover>a{color:var(--white);}
.navbar .dropdown:hover>ul{opacity:1;top:100%;visibility:visible}
.navbar .dropdown .dropdown ul{top:0;left:calc(100% - 30px);visibility:hidden}
.navbar .dropdown .dropdown:hover>ul{opacity:1;top:0;left:100%;visibility:visible}
.mobile-nav-toggle{color:var(--defaultcolor);font-size:28px;cursor:pointer;display:none;line-height:0;transition:.5s}
.mobile-nav-toggle.bi-x{color:var(--lightWords);}
.navbar-mobile{position:fixed;overflow:hidden;top:0;right:0;left:0;bottom:0;background:#3c3c3c;transition:.3s;z-index:99999}
.navbar-mobile .mobile-nav-toggle{position:absolute;top:15px;right:15px;color:var(--white)}
.navbar-mobile ul{display:block;position:absolute;top:55px;right:15px;bottom:15px;left:15px;padding:10px 0;border-radius:8px;background-color:var(--white);overflow-y:auto;transition:.3s}
.navbar-mobile a,.navbar-mobile a:focus{padding:10px 20px;font-size:15px;color:var(--words)}
.navbar-mobile .active,.navbar-mobile a:hover,.navbar-mobile li:hover>a{color:var(--qianlanse);background:0 0}
.navbar-mobile .dropdown ul{position:static;display:none;margin:10px 0;padding:0 0;z-index:99;opacity:1;visibility:visible;background:#fff;box-shadow:0 0 30px rgba(127,137,161,.25)}
.navbar-mobile .dropdown ul li{min-width:200px}
.navbar-mobile .dropdown ul a{padding:10px 20px}
.navbar-mobile .dropdown ul a i{font-size:12px}
.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul li:hover>a{color:var(--defaultcolor)}
.navbar-mobile .dropdown>.dropdown-active{display:block}

.searchbox{width: 100%;height: 100%;position: fixed;top: 0; left: 0;z-index: 999999 !important;overflow: hidden;-ms-touch-action: none;touch-action: none;
  -webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;outline: 0; background: rgba(0,0,0,0.9);}
.searchclose{ position: absolute; right: 2rem; top: 2rem;}
.searchclose a{ color: var(--white); font-size: 2.5rem; width: 3rem; line-height: 3rem; text-align: center; display:block;}
.searchbox .input-group{ }
.searchbox .input-group-text{ background: #f5f5f5; border:none;border-radius: 0 1rem 1rem  0;}
.searchbox .form-control{ background: #f5f5f5; border:none;border-radius: 1rem 0 0 1rem; font-size: 0.875rem;padding: 0.375rem 0;}

#banner{padding: 0;}
#bannerflash .carousel-control-prev,#bannerflash .carousel-control-next { width: 5%; z-index: 5; opacity: 0;}
#bannerflash:hover .carousel-control-prev,#bannerflash:hover .carousel-control-next{ opacity: 1;}
#bannerflash .carousel-control-next-icon,#bannerflash .carousel-control-prev-icon{background:0 0;font-size:30px;line-height:0;width:auto;height:auto;background:none;border-radius:50px;transition:.3s;color:var(--white);width:3.5rem;height:3.5rem; border:2px solid var(--white);display:flex;align-items:center;justify-content:center}
#bannerflash .carousel-control-next-icon:hover,#bannerflash .carousel-control-prev-icon:hover{background:var(--defaultcolor);color:rgba(255,255,255,.8); border-color:var(--defaultcolor);}
#bannerflash .carousel-indicators{margin-bottom: 2.5rem;}
#bannerflash .carousel-indicators [data-bs-target]{ height: 6px; border-radius: 6px; width: 60px; overflow: hidden; display: inline-block; border-top: 0; border-bottom: 0;}
#bannerflash .carousel-indicators [data-bs-target].active{ background-color: var(--defaultcolor);}
.carousel-item .txt{ left: 0; top: 0; z-index: 1; color: var(--white)}
.carousel-item .txt .title{ font-size: 3.75rem; line-height: 120%;}
.carousel-item .txt .notes{ font-size: 1.5rem; line-height: 120%;}
.carousel-item .txt .more a{font-size: 1.25rem; border: 1px solid var(--white); color: var(--white); position: relative; overflow: hidden;}
.carousel-item .txt .more a span{ position: relative; z-index: 2;}
.carousel-item .txt .more a:after{content:""; z-index: 1; background-color: var(--defaultcolor);width:0; position: absolute; top: 0; left:0; height: 100%;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.carousel-item .txt .more:hover a{border-color: var(--defaultcolor);}
.carousel-item .txt .more:hover a:after{width:100% }
.carousel-item .pic{ z-index: 0;}
.flashwap .txt{ left: 0; top: 0;}
.flashwap .txt-item{ color: var(--white);}
.flashwap .txt-item .title{color: var(--white); font-size: 1.25rem;}
.flashwap .txt-item .notes{color: var(--white);}
.flashwap .txt-item .more a{ color: var(--white);}
section{overflow:hidden}
.section-title .subtitle{color:var(--words);font-size:3.75rem;line-height:150%;font-weight:500;font-family: var(--titlefamily);}
.title,.trendingtitle {font-family: var(--titlefamily);}

.inabout .title{font-size: 3rem; line-height: 150%;}
.inabout .content{}
.inabout .more a{font-size: 1.25rem;}

.inproducttitle .title{font-size:2.25rem; line-height: 150%; color: var(--white);}
.inproducttitle .notes{color: var(--white); line-height: 150%;}
.inproducttitle .more a{background:var(--white); text-transform: uppercase; color: #cf0010;line-height:2.5rem; overflow: hidden; border-radius:1.25rem; -moz-border-radius:1.25rem;-webkit-border-radius:1.25rem;}
.inproducttitle .more a:hover{ background: var(--blacktm); color: var(--white);}
.inproduct{background: #eee;}
.inschool{background: #f5f5f5;}

.inconditions .container{ z-index: 2;}
.inconditions .inconditionspic1,.inconditions .inconditionspic2{ z-index: 1; max-width:30vw;}
.inbolgs-item .time{ font-weight: 600;}

.inmore a{ background:#cf0010; width:18rem; margin:0 auto; text-transform:uppercase; color:#fff; display:block;line-height:2.5rem; padding:0 20px; overflow:hidden;}
.inmore a:after{ content:' ';background:url(../images/cjtb.png) no-repeat center; width:2rem;height:2.5rem; margin-left:5px; display:block; float:right;-moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s;-o-transition: all 0.2s linear 0s;-webkit-transition: all 0.2s linear 0s;transition: all 0.2s linear 0s;}
.inmore:hover a{ background:#222222;}
.inmore:hover a:after{ margin-right:2rem;}

.inbolgs-item{border:1px solid #ddd;}
.inbolgs-item .txt .time{font-size:14px; font-weight: 300; color:#ffeaea; font-size:40px; position:relative; line-height:50px;}
.inbolgs-item .txt .time span{font-style:normal; position:absolute;  color:#cf0010;left:0; top:0; line-height:50px; font-size:18px;}
.inbolgslist .swiper-button-prev{ left:-3.5rem;width:3rem;}
.inbolgslist .swiper-button-next{ right:-3.5rem; left:auto;width:3rem;}
.inbolgslist .swiper-button-next:after,.inbolgslist .swiper-button-prev:after{ background-color:#e4e4e4; width:3rem; height:3rem; line-height:3rem; text-align:center;overflow: hidden; border-radius:3rem; -moz-border-radius:3rem;-webkit-border-radius:3rem;font-size:2rem; color:var(--white); display:inline-block;}


.recent-work-wrap .overlaytxt{position:absolute;top:0;left:0;width:100%; z-index:100000;height:100%;opacity:0;border-radius:0;background:#cf0010;color:#fff;vertical-align:middle;-webkit-transition:opacity 500ms;-moz-transition:opacity 500ms;-o-transition:opacity 500ms;transition:opacity 500ms;padding:15px}
.recent-work-wrap .overlaytxt .preview{bottom:0;display:inline-block;height:35px;line-height:35px;border-radius:0;background:0 0;text-align:center;color:#fff}
.recent-work-wrap:hover .overlaytxt{opacity:.8}
.recent-work-wrap .recent-work-inner{display: table;position:relative;background:0 0;opacity:1; width:100%; height:100%;border-radius:0;margin-bottom:0;text-align:center;}
.recent-work-wrap .recent-work-inner.active{border:1px #fff solid;}
.recent-work-wrap .recent-work-inner:after,.recent-work-wrap .recent-work-inner:before{content:'';display:block;position:absolute;box-sizing:border-box;border:1px solid transparent;width:0;height:0;}
.recent-work-wrap .recent-work-inner:after{top:0;left:0;-webkit-transition:border-color 0s ease-in .8s,width .2s ease-in .6s,height .2s ease-in .4s;transition:border-color 0s ease-in .8s,width .2s ease-in .6s,height .2s ease-in .4s}
.recent-work-wrap .recent-work-inner:before{bottom:0;right:0;-webkit-transition:border-color 0s ease-in .4s,width .2s ease-in .2s,height .2s ease-in;transition:border-color 0s ease-in .4s,width .2s ease-in .2s,height .2s ease-in}
.recent-work-wrap .recent-work-inner:hover:after,.recent-work-wrap .recent-work-inner:hover:before{width:100%;height:100%}
.recent-work-wrap .recent-work-inner:hover:after{border-top-color:#fff;border-right-color:#fff;-webkit-transition:width .2s ease-out,height .2s ease-out .2s;transition:width .2s ease-out,height .2s ease-out .2s}
.recent-work-wrap .recent-work-inner:hover:before{border-bottom-color:#fff;border-left-color:#fff;-webkit-transition:border-color 0s ease-out .4s,width .2s ease-out .4s,height .2s ease-out .6s;transition:border-color 0s ease-out .4s,width .2s ease-out .4s,height .2s ease-out .6s}
.recent-work-wrap .recent-work-inner-wz{display: table-cell;padding:12px; text-align: center;vertical-align: middle;position:relative; z-index:10000;}

.cd-accordion-menu label{cursor: pointer;font-weight: 400; font-size: 1rem;}
.cd-accordion-menu ul {/* by default hide all sub menus */display: none;}
.leftnavli{ border-bottom: 1px solid #000; line-height: 3rem;}
.leftnavli span{cursor: pointer;}
.flags{ position: absolute; left: 0.75rem; top: 0.75rem; z-index: 100;}
.flags em{ background: var(--hongse); color: var(--white);font-style: normal;}
.inproducts .swiper-scrollbar {left: 1%;bottom: 3px;z-index: 50;height: 5px;margin: 30px auto 0;opacity: 0;position: static;transition: opacity .2s ease;
  width: 66.66667%; cursor: pointer}
.crumb .crumbbox{padding:.5rem 0;line-height:2rem;color:var(--lightWords)}
.crumb .crumbbox:after{content:"";display:table;clear:both}
.crumb .crumbbox .crumbwz i{margin-right:5px;font-size:1.2rem;line-height:2rem}
.crumb .crumbbox .crumbwz:hover i{color:var(--hongse)}
.crumb .crumbbox .crumbwz a{line-height:2rem;color:var(--lightWords)}
.leftborder{border:1px solid #d2d2d2}
.leftsidetitle{background:#292e39;position:relative}
.leftsidetitle .en{position:absolute;left:-5px;top:-9px;font-style:normal;font-size:4.25rem;font-weight:700;opacity:.1;color:var(--white);line-height:1;z-index:1;text-transform:uppercase}
.leftsidetitle .title{position:relative;z-index:2;line-height:3.25rem;color:rgba(255,255,255,.6);font-size:1rem}
.leftsidetitle .title h3{display:inline-block;margin:0 0;font-size:1.25rem;color:var(--white)}
.leftsidetitle .title em{font-style:normal;padding:0 .5rem}
.leftsidecategorylist ul li{position:relative;border-bottom:1px solid #eee}
.leftsidecategorylist ul li a{padding:.5rem 1rem;line-height:2rem;display:block}
.leftsidecategorylist ul li a i{float:right;line-height:2rem}
.leftsidenewslist ul li a{padding:.25rem 1rem;line-height:2rem;display:block}
.leftsidekeywordslist ul li{margin:.25rem 0}
.leftsidekeywordslist ul li a{display:block;text-align:center;font-size:14px;color:#5a5a5a;line-height:2rem;border:1px dashed #f1f1f1}
.leftsidekeywordslist ul li a:hover{color:var(--hongse);border-color:var(--hongse)}
.leftsidecontactlist{line-height:2rem}
.banners{position:relative;overflow:hidden}
.banners .bannerpc,.banners .bannerwap{position:relative}
.banners .pic{overflow:hidden}
.banners .pic img{animation:bannerimg 2s;opacity:1}
.banners .bannerpc .txt{position:absolute;left:0;bottom:10%;height:80%;z-index:1000}
.banners .bannerpc .txt .cateinfo h3{font-size:3rem;text-transform:uppercase}
.banners .bannerpc .txt .cateinfo p{font-size:1.125rem}
.banners .bannerwap .txt{position:absolute;left:0;bottom:0;height:100%;z-index:1000}
.banners .bannerwap .txt .cateinfo h3{font-size:1.5rem}
.banners .bannerwap .txt .cateinfo p{font-size:1rem}
.breadcrumbs{line-height:2rem}
.breadcrumbs em{font-style:normal;display: none;}
.breadcrumbs em:after{content:":";display:inline-block;padding:0 .25rem}
.breadcrumbs span{ display: inline-block; padding: 0 0.25rem;}

.subcolumns{background: #eee;}
.subcolumn{margin:0 10px}
.subcolumn ul li{ position:relative;}
.subcolumn a{display:block;color:var(--black);border:0 #c8c8c8 solid;border-left: 1px #dcdcdc solid;line-height:3.75rem;margin:0 0;border-radius:0;}
.subcolumn ul li:first-child a{border-left:0 #dcdcdc solid;}
.subcolumn a:hover,.subcolumn ul li.active a{background:var(--defaultcolor);color:var(--white);border-color:var(--aprimary)}
.arrow-down{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #cf0010;font-size:0;line-height:0}
.subcolumn ul li .arrow-down{ position:absolute; bottom:-8px; left:50%; margin-left:-4px; display:none;}
.subcolumn ul li:hover .arrow-down,.subcolumn ul li.active .arrow-down{ display:block;}

.blog-item a{display:block}
.blog-item-wrapper{background:var(--white);border:solid 1px #e5e5e5;margin-bottom:40px;box-shadow:0 10px 50px 0 rgba(255,255,255,.15);-webkit-transition:transform .2s linear,-webkit-box-shadow .2s linear;-moz-transition:transform .2s linear,-moz-box-shadow .2s linear;transition:transform .2s linear,box-shadow .2s linear}
.blog-item-wrapper:hover{box-shadow:0 10px 50px 0 rgba(84,110,122,.35)}
.blog-item-wrapper:hover .blog-item-img:before{opacity:1}
.blog-item-text h3{line-height:26px;font-size:18px;font-weight:500;color:#263238}
.blog-item-text:hover h3{color:var(--hongse)}
.blog-item-text .item-more span{display:inline-block;width:130px;line-height:33px;text-align:center;color:#000;font-size:14px;color:#666;border:1px solid #e1e1e1;-webkit-transition:all .5s ease;transition:all .5s ease}
.blog-item-text:hover .item-more span{color:var(--white);background-color:#292e39}
.meta-tags span{color:#999;margin-right:10px}
.meta-tags span i{margin-right:5px}
.articlepicbox,.articlevideobox{box-shadow:0 1px 2px 0 rgba(0,0,0,.1);background:var(--white);position:relative;margin-bottom:1.875rem;border:1px solid #f3f3f3}
.articlepicbox .txt{transition:all .5s ease;position:relative;overflow:hidden}
.articlepicbox .txt::before{content:'';position:absolute;left:-170px;top:-70px;width:140px;height:140px;background-image:linear-gradient(to top,#9a754e 0,#dc4e20 100%);transform:rotate(45deg);transition:all .5s ease}
.articlepicbox .txt i{color:var(--white);position:absolute;left:.875rem;top:.875rem;line-height:1;font-size:.875rem;font-weight:600}
.articlepicbox .txt a{display:block;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:var(--black);font-size:1.125rem;height:4.375rem;line-height:4.375rem;padding:0 20%;transition:all .5s ease 0s}
.articlepicbox .more a{width:100%;padding:1rem 0;text-align:center;display:block}
.articlepicbox .more a i{transition:all .5s ease}
.articlepicbox .more .line{position:relative;width:100%;height:2px}
.articlepicbox .more .line::before{content:'';position:absolute;z-index:2;left:0;display:block;width:0;height:2px;background:var(--hongse);transition:all .5s ease}
.articlepicbox:hover{box-shadow:0 0 20px #ddd}
.articlepicbox:hover .txt::before{left:-100px}
.articlepicbox:hover .more a i{margin-left:.25rem}
.articlepicbox:hover .more .line::before{width:100%}
.productlistbox{box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:.5rem;background:var(--white);position:relative;margin-bottom:1.875rem;border:1px solid #fff}
.productlistbox .txt{transition:all .5s ease;position:relative;overflow:hidden}
.productlistbox .txt::before{content:'';position:absolute;left:-170px;top:-70px;width:140px;height:140px;background-image:linear-gradient(to top,#9a754e 0,#85935a 100%);transform:rotate(45deg);transition:all .5s ease}
.productlistbox .txt i{color:#fff;position:absolute;left:.875rem;top:.875rem;line-height:1;font-size:.875rem;font-weight:600}
.productlistbox .txt a{display:block;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#000;font-size:1.125rem;height:4.375rem;line-height:4.375rem;padding:0 20%;transition:all .5s ease 0s}
.articlevideobox .more a,.productlistbox .more a{width:100%;padding:.5rem 0;text-align:center;font-size:1rem;color:#655148;line-height:2;display:block}
.productlistbox .more a i{transition:all .5s ease}
.productlistbox .more .line{position:relative;width:100%;height:2px}
.productlistbox .more .line::before{content:'';position:absolute;z-index:2;left:0;display:block;width:0;height:2px;background:var(--aprimary);transition:all .5s ease}
.productlistbox:hover{box-shadow:0 0 20px #ddd}
.productlistbox:hover .txt::before{left:-100px}
.productlistbox:hover .more a i{margin-left:.25rem}
.productlistbox:hover .more .line::before{width:100%}
.product-card{position:relative;overflow:hidden}
.product-card:hover .action{right:20px;opacity:1;visibility:visible}
.product-card:hover .product-btn{opacity:1;top:0}
.product-card:hover .product-price{-webkit-transform:translateY(-100px);-ms-transform:translateY(-100px);transform:translateY(-100px)}
.product-group{position:relative;overflow:hidden}
.action{background:#fff;width:50px;height:50px;line-height:54px;color:#9a9a9a;font-size:1.25rem;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:50%;-webkit-box-shadow:0 0 9.3px .7px rgba(0,0,0,.06);box-shadow:0 0 9.3px .7px rgba(0,0,0,.06);-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out}
.action:hover{background:#59692b}
.action:hover button{color:#fff}
.action button{width:100%;height:100%;padding:0;border:0;line-height:1;background:0 0;-webkit-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out}
.product-card{position:relative;overflow:hidden}
.product-card .picbg{overflow: hidden; position: relative;}
.product-card:hover .action{right:20px;opacity:1;visibility:visible}
.product-card:hover .product-btn{opacity:1;top:0}
.product-card:hover .product-price{-webkit-transform:translateY(-100px);-ms-transform:translateY(-100px);transform:translateY(-100px)}
.product-group{position:relative;overflow:hidden}
.onsale{color:#fff;font-size:14px;font-weight:400;height:45px;width:45px;line-height:45px;position:absolute;left:10px;text-align:center;top:10px;z-index:99;border-radius:50%}
.product-thumb{display:block;overflow:hidden}
.product-thumb img{width:100%;-webkit-transition:.3s ease-out 0s;-o-transition:.3s ease-out 0s;transition:.3s ease-out 0s}
.product-thumb:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.product-title{display:block;color:#222;font-size:18px;line-height:1.5;}
.actions-verticale .action{position:absolute;top:20px;right:-100%;z-index:6;opacity:0;visibility:hidden}
.actions-verticale .action:nth-child(1){-webkit-transition:.5s ease-out 0s;-o-transition:.5s ease-out 0s;transition:.5s ease-out 0s}
.actions-verticale .action:nth-child(2){top:80px;-webkit-transition:.7s ease-out 0s;-o-transition:.7s ease-out 0s;transition:.7s ease-out 0s}
.actions-verticale .action:nth-child(3){top:140px;-webkit-transition:.9s ease-out 0s;-o-transition:.9s ease-out 0s;transition:.9s ease-out 0s}
.product-option{position:relative}
.product-option select{border:1px solid #ebebeb;padding:2px 15px;line-height:24px;font-size:14px;color:#707070;text-align:left;text-transform:uppercase;width:70px;height:40px}
.product-option select:focus{border-color:#e5e5e5}
.shop-grid-menu{background:#fff;width:calc(100% - 145px);border:1px solid #ebebeb}
.shop-grid-menu .dropdown-item{line-height:24px;font-size:14px;padding:3px 15px;color:#222}
.shop-grid-menu .dropdown-item:hover{background:#f9d738;color:#fff}
.sort-by{min-width:70px;line-height:20px;padding:5px;margin-left:50px}
.cattitle{font-size: 1.75rem;color: #181616;font-family: rajdhani,sans-serif; font-weight: 600;}

.gallery-thumbs{  margin-bottom:2rem; padding-bottom:10px;}
.gallery-thumbs .swiper-wrapper::before{border-bottom:1px #fff solid;content:""; display:block; height:1rem;  width:100000px; position:absolute; z-index:99; left:-200px; bottom:0;}
.gallery-thumbs .swiper-wrapper::after{content:""; display:block; height:10px; width:100000px;position:absolute; z-index:99; left:0; bottom:0;background: repeating-linear-gradient(90deg,transparent,transparent 119px,#fff,#fff 120px);}
.gallery-thumbs .swiper-slide{ text-align:center; width:240px;}
.gallery-thumbs .swiper-slide a{ color:#fff; font-size:2rem; display:block; position:relative; padding-bottom:1.5rem;line-height:2rem; margin-top:3rem;}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active a{ font-size:5rem;font-weight:600; line-height:5rem; margin-top:0;}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active a::before{ content:""; position:absolute; z-index:100;left:50%; margin-left:-5px; bottom:-5px; display:block; width:10px; height:10px; background:rgba(255,255,255,1); border-radius:100%;}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active a::after{ content:""; position:absolute; z-index:101;left:50%; margin-left:-10px; bottom:-10px; display:block; width:20px; height:20px; background:rgba(255,255,255,0.5); border-radius:100%;}
.gallery-top .swiper-slide{ width:65%; opacity:0.7;}
.gallery-top .swiper-slide.swiper-slide-active{ opacity:1;}
.gallery-top .swiper-button-next{right:35%; color: var(--white); margin-top: 57px;}
.gallery-top .swiper-button-prev{left:0; color: var(--white); margin-top: 57px;}
.gallery-top .swiper-slide .lichengbox{ margin:0 3rem; background:#fff;}
.gallery-top .swiper-slide .lichengbox .pic{ margin:0 -15px;}
.gallery-top .swiper-slide .lichengbox .txt{ padding:0 1.5rem;}
.gallery-top .swiper-slide .lichengbox .txt h3{ position:relative; font-size:2.5rem; line-height:5rem; color:#000; display:block;}
.gallery-top .swiper-slide .lichengbox .txt h3::before{ position:absolute; z-index:102; left:-3rem; bottom:50%; content:"";display:block; width:3rem; background:#000; height:1px;}
.gallery-top .swiper-slide .lichengbox .txt p{}
.single_page .txt .title{font-size:2rem;}
.single_page .txt .content{ line-height: 2rem;}
.form-group{ position:relative;}
.form-group label{display: none;}
.form-group button.btn{background:#eb2d2d; color: #fff;}
.content-form .content-form-title{ margin-bottom:3rem;}
.content-form .content-form-title h3{ color: #000000;font-size:3rem;font-weight: lighter;letter-spacing: -3px;text-transform: uppercase;}
.content-form .content-form-title p{color: #000000; font-size: 1.125rem;line-height: 2rem;}
.content-form .form-group{ margin:2rem 0;    border-bottom: solid 1px #d2d2d2;}
.content-form .form-group label,.message .form-group label{ display:none;}
.content-form .form-group .form-control{ border:none; background:none; margin-bottom:0;}
.content-form .form-submit button{ width: 100%;}
.singletitle{ font-size: 1.875rem; line-height: 120%; font-weight: 600;}
.waterfall {column-count: 3;column-gap: 5rem;}
.waterfall-item {break-inside: avoid;margin-bottom:2rem;}
.waterfall-item .top5{ padding-top: 5rem;}
.waterfall-item .title a{ font-size: 1.875rem; line-height: 120%; font-weight: 600;}
.waterfall-item .notes{}
.waterfall-item .more a{ border-bottom: 1px solid #9999; color: #9999; font-size: 1rem; line-height:1.5rem;}
.Showing{color:#222}
.messagetitle{ color: var(--white);}
.message .form-control{ border: none; border-bottom: 1px solid var(--whitetm); background: none; border-radius: 0; color: var(--white);}
.message input::placeholder,.message textarea::placeholder{color: var(--white);}
.message .captcha{ background-color: rgba(255,255,255,0.8); margin-left: 1rem;}
.message button{ background: none; color: var(--white); border: none;border-bottom: 1px solid var(--whitetm); line-height: 2rem; padding: 0 1rem;}
.contactbg{-moz-box-shadow: 5px 5px 10px #c0c0c0;-webkit-box-shadow: 5px 5px 10px #c0c0c0; box-shadow: 5px 5px 10px #c0c0c0;}
.contactbox{}
.contactbox .title{font-size:1.875rem;padding-bottom:1rem;}
.contactbox ul li{padding:0.25rem 0;position:relative; display:flex;}
.contactico{padding-top:1rem}
.contactico a{display:inline-block;background-color:#fff;width:2rem;height:2rem;color:#4d4d4d;line-height:2rem;text-align:center;border:1px #fff solid;border-radius:50%;margin-right:1rem}
.showtitle{color:#333;line-height:3rem;font-size:2em}
.showsubtitle{line-height:2.5rem;color:#9c9c9c;border-bottom:1px #ededed dashed}
.showsubtitle span{margin-right:10px}
.showsubtitle span i{padding:0 5px}
.showsubtitle a{color:#ededed}
.ProductZoom img{max-width:100%}
.ProductZoomtitle{line-height:2rem;position:relative;font-size: 2rem; line-height: 150%;font-weight: 600;}
/*
.ProductZoomtitle ul li a{font-size:1.75rem;color:#2e2e2e;line-height:2;font-weight:500}
*/
.shangxia{border-top:1px var(--lightWords) dotted;border-bottom:1px var(--lightWords) dotted;padding:.5rem 0}
.share .sharetitle{font-size:1.25rem;border-bottom:1px #e8e8e8 solid}
.showtags span{font-weight:600}
.showtags span::after{content:":";display:inline-block;padding:0 .25rem}
.enquiry a{display:inline-block;line-height:35px;padding:0 20px;background-color:#59692b;color:#fff;border-radius:4px}
.substation .title{position:relative;height:36px;padding:0;margin:15px 0;text-align:left;font:bold 22px/42px "Microsoft yahei";color:#737372}
.substation .title a{position:absolute;right:10px;top:0;height:36px;width:100px;text-align:center;display:block;background:#eb2830;color:#fff;line-height:36px;font-size:14px;font-weight:700}
.substation .title a:hover{text-decoration:none;background:#f39c11;color:#fff}
.substation .substationlist{border:1px solid #f4f4f4;padding:15px;margin:15px 0}
.substation .substationlist dl{padding:10px 0;line-height:24px;overflow:hidden;border-bottom:1px dashed #ddd}
.substation .substationlist dl dt{float:left;font-family:arial;font-weight:700;font-size:18px;width:35px;padding-left:25px;color:#444;display:table-cell}
.substation .substationlist dl dd{margin:0 0 0 55px;padding-left:15px;border-left:1px dashed #b2b2b2}
.substation .substationlist dl dd a{padding:1px 12px 1px 12px;white-space:nowrap;float:left;display:block;line-height:30px}
.substation .substationlist dl dd a:hover{text-decoration:none;background:#eb2830;color:#fff}
.substation .substationfooter{text-align:center;border-top:2px solid #eb2830;padding-top:10px}
.substation .substationfooter .substationfootermenu ul li{display:inline-block;line-height:30px}
.substation .substationfooter .substationfootermenu ul li a{display:block;padding:0 15px}
.substation .substationfooter .copyright{text-align:center;padding:10px 0}
.hotsubstation span::after{content:":"}

.cd-accordion-menu .has-children{border-bottom: 1px solid #000; line-height: 2.5rem;}
.cd-accordion-menu ul li a i{ font-size: 1.25rem;}
.cd-accordion-menu a{display: none;font-size: 1rem;}
.sitemaplist{padding:15px 0}
.sitemaplist ul{display:block}
.sitemaplist ul:after{clear:both;content:"";display:table}
.sitemaplist ul li{padding-left:10px}
.sitemaplist ul li a{line-height:36px;padding:0 15px;color:var(--black);font-weight:600;font-size:1.5rem}
.sitemaplist ul li a:hover{text-decoration:underline;padding:0 5px 0 25px;color:var(--aprimary)}
.sitemaplist ul li ul li{float:left}
.sitemaplist ul li ul li.xj{float:none;width:100%;overflow:hidden}
.sitemaplist ul li ul li a{font-weight:400;font-size:1rem}
.cloud-zoom-lens{border:2px solid #ddd;margin:0;background-color:#fff;cursor:move}
.cloud-zoom-title{display:none;position:absolute!important;background-color:#000;color:#fff;padding:3px;width:100%;text-align:center;font-weight:700;font-size:10px;top:0}
.cloud-zoom-big{border:2px solid #ccc;overflow:hidden}
.cloud-zoom-loading{color:#fff;background:#222;padding:3px;border:1px solid #000}
.zoom-section{clear:both}
.zoom-small-image{margin:0;max-width:100%;border:1px #eee solid}
.zoom-small-image img{width:100%}
.cloud-zoom-gallery{text-align:center;display:block}
.zoom-tiny-image{border:1px solid #eee}
.zoom-tiny-image:hover{border:1px solid #f9f66d}
.zoom-desc{position:relative}
.zoom-desc .swiper{position:static}
.zoom-desc .swiper-button-next{right:-1.5rem;color:#85935a}
.zoom-desc .swiper-button-prev{left:-1.5rem;color:#85935a}
.zoom-desc .swiper-button-next:after,.zoom-desc .swiper-button-prev:after{font-size:1rem;width:.5rem}
.attrlist span{ font-weight: 600;}
.likearticle .title:after{content:"";display:table;clear:both}
.likearticle .title h3{color:#2e2e2e;font-size: 2rem; line-height: 150%;font-weight: 600;}
.likearticle .title h3 i{font-size:1rem;font-style:normal;color:var(--defaultcolor);padding:0 5px;font-weight:200;display:none}
.likearticle .title h3 em{font-size:1rem;font-style:normal;color:var(--defaultcolor);text-transform:uppercase;font-weight:200;display:none}
.likearticle .title a:hover{padding-right:10px;text-decoration:underline;color:var(--defaultcolor)}
.likearticle .likearticlelist ul li{line-height:30px;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #ccc}
.likearticle .likearticlelist ul li span{float:right}
.likearticle .likearticlelist ul li a{line-height:30px}
.likearticle .likearticlelist ul li a i{margin-right:5px}
.likearticle .likearticlelist ul li a:hover{color:var(--defaultcolor);padding-left:20px}
.jobtable{border:1px #dedede solid;margin-bottom:2rem;background-color:var(--white)}
.jobtable ul{line-height:2.5rem;border-top:1px #dedede solid;padding:0 10px;overflow:hidden;margin-bottom:0}
.jobtable ul p{margin-bottom:0}
.jobtable ul.biaoti{border-top:none;position:relative}
.jobtable ul.biaoti a{display:block;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:var(--defaultcolor);line-height:1.5rem;margin-top:.5rem;color:#fff;padding:0 5px;border:none;position:absolute;right:1rem;top:0}
.jobtable li{float:left;width:calc(100% - 81px);border-left:1px #dedede solid;display:block;padding-left:10px;line-height:2.5rem}
.jobtable li:first-child{width:80px;height:auto;font-style:normal;border-left:none;padding-left:0}
.pages{margin-bottom:1.5rem}
.pagination-block{display:flex;justify-content:center}
.pagination_info{margin:0 10px;display:flex;align-items:center}
.pagination li a,.pagination li span{position:relative;margin:0 .4rem;line-height:2.5rem;width:2.5rem;color:var(--white);display:block;text-align:center;border-radius:.5rem;text-decoration:none;background-color:var(--bgprimary);border:0 solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.pagination li a:hover{z-index:2;color:var(--white);background-color:var(--defaultcolor);border-color:var(--defaultcolor)}
.pagination .disabled span{color:var(--white);pointer-events:none;background-color:var(--bgprimary);border-color:var(--bgprimary)}
.pagination .active span{color:var(--white);background-color:var(--defaultcolor);border-color:var(--defaultcolor)}
.pagination_jump{display:flex;align-items:center}
.pagination_jump>*{padding:0 4px}
.pagination_jump input{border-radius:0;background-color:var(--aprimary);background-clip:padding-box;border:1px solid #ced4da;padding:.375rem .75rem}
.pagination_jump input:focus{outline:0}
.pagination_jump .btn{padding:.25rem .5rem;font-size:.875rem}
#baiduditubox img,.google-maps img{max-width:none!important}
#baiduditubox label{max-width:none!important}
.map-con .map{height:500px;z-index:1}
#footer{ background:var(--bgprimary); color:var(--white);}
#footer a{color:var(--white);}
#footer .title,#footer .title a{ margin-bottom: 0.5rem;font-size:1.125rem;font-weight: 400; color:var(--cprimary);}
.footerico a{ border:1px solid var(--white); border-radius:50%; line-height:2rem; width:2rem; text-align:center; margin-left:0.5rem; display:inline-block;}
.footermessage{ border-bottom: 1px solid #e6e5e3;}
.footermessage .form-control,.footermessage .input-group-text{ border: none; background: none;}
@media (max-width:1366px){
  .navbar .dropdown .dropdown ul{left:-90%}
}
@media (max-width:991px){
  .subcolumntitle{background-color:var(--defaultcolor);overflow:hidden;padding:0 1rem;line-height:3rem;color:#fff;border-radius:.5rem;text-transform:uppercase}
  .subcolumntitle i{float:right;line-height:3rem;display:block}
  .leibie,.subcolumn{display:none}
  .subcolumn .row{ margin-left: -15px; margin-right: -15px;}
  .subcolumn a{display:block;color:var(--black);border:1px #c8c8c8 solid;line-height:3;margin:5px -10px;border-radius:2rem}
  .subcolumn a:hover,.subcolumn ul li.active a{background:var(--defaultcolor);color:var(--white);border-color:var(--aprimary)}
  .mobile-nav-toggle{display:block}
  .navbar a.nav-link, .navbar a.nav-link:focus{line-height:2.5rem;}
  .navbar .dropdown ul li{padding: 0 0;}
  .navbar a,.navbar a:focus{line-height:2rem;display:flex;align-items:center;justify-content:space-between}
  .navbar ul.navul,.navbar.navdiv{width:auto!important; padding: 1rem;}
  .navbar ul{display:none}
  .navbar-mobile.navbar ul.navul{display:block!important}
  .navbar li{width:100%}
  .navbar .dropdown ul a{background:0 0;color:var(--words)}
  .navbar .dropdown .dropdown:hover>ul{left:-100%}
  .menubg{background:var(--white)}
  #header .logo{height:4rem;line-height:4rem;overflow:hidden;}
  #header .logo img{max-height:4rem;margin:0; padding:0; display:inline-block;}
  .carousel-item .txt h3,.section-title .subtitle,.inabout .inabouttitle .txtp,#footer .footerwords,.inabout .title{ font-size: 1.25rem;line-height: 120%;}
  .flashwap .txt-item{ padding: 1rem;}
  .inbolgs-item .title .h4,.carousel-item .txt p,.flashwap .txt-item h3{ font-size: 1.125rem;line-height: 120%;}
  .carousel-item .txt a,.flashwap .txt-item p,.flashwap .txt-item a,.inabout .inabouttxt,.inabout .more a{font-size: 0.875rem;}
  .inbolgs-item .more{ position:relative;left:0;}
  .waterfall {column-count: 1;column-gap: 1rem;}
  .waterfall-item {margin-bottom:1rem;}
  .waterfall-item .top5{ padding-top:0;}
}
@media screen and (max-width:768px){
  [data-aos-delay]{transition-delay:0!important}
  .appointment-btn{margin:0 15px 0 0;padding:6px 15px}
}